home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / dpp / go.cmd < prev    next >
OS/2 REXX Batch file  |  1995-09-11  |  93b  |  7 lines

  1. @echo off
  2. rm -q t.h
  3. dpp -p t.d -h t.h -c tc.c
  4. less t.h tc.c t.c
  5. rm -q t.c t.h tc.c
  6. cls
  7.